babl.git
2017-09-13 Øyvind Kolåsbabl: add rendering intent argument to icc loading API
2017-09-13 Øyvind Kolåsbabl: abstract out TRC gamma detectors
2017-09-13 Jehanbabl: babl_log() implementation for Android.
2017-09-13 Øyvind Kolåsbabl: skip unknown formats when loading cache
2017-09-13 Øyvind Kolåsbabl: make utility file reading function non-static
2017-09-12 Øyvind Kolåsbabl: remove inlined implementation of powf
2017-09-12 Øyvind Kolåsbabl: replace trc lut inverter with binary search
2017-09-11 Øyvind Kolåsbabl: add icc meta-data extraction functions
2017-09-11 Elltools: add BablPolynomial test to trc-validator.c
2017-09-11 Ellbabl: in BablTRC, use BablPolynomial to approximate...
2017-09-11 Ellbabl: add babl-polynomial.[hc]
2017-09-10 Øyvind Kolåsbabl: further nan prevention in babl-trc
2017-09-10 Ellbabl: in babl-trc.c, fix babl_powf()
2017-09-08 Øyvind Kolåsbabl: avoid accidental matrix overwrite by long names
2017-09-08 Øyvind Kolåsbabl: protect some functions used by TRC code from...
2017-09-08 Øyvind Kolåsbabl: actually reverse preceding change
2017-09-08 Øyvind Kolåsrestore segfault for massimo
2017-09-08 Øyvind Kolås@massimo: pretty please use git :)
2017-09-07 Øyvind Kolåsextensions: finish API update
2017-09-07 Øyvind KolåsNEWS: aggregate news
2017-09-07 Øyvind Kolåsupdate docs
2017-09-07 Øyvind Kolåsextensions: follow change dropping long return
2017-09-07 Øyvind Kolåsbabl: drop long return from conversion funcs
2017-09-06 Øyvind Kolåsbabl: remove unused static linear luts for u8 rgb space...
2017-09-06 Øyvind Kolåsextensions: keep old algoritmic float in parallel with...
2017-09-06 Øyvind Kolåsextensions: fix type error in float 2 half
2017-09-06 Øyvind Kolåsextensions: make float-half extension use exact LUTs
2017-09-06 Øyvind Kolåsbabl: make more use of float matrices where appropriate
2017-09-05 Øyvind Kolåsbabl: trade gained fishing performance for better fish
2017-09-05 Øyvind Kolåsbabl: bail early on paths that are bad ideas
2017-09-03 Øyvind Kolåsbabl: add babl_fast_fish api
2017-09-03 Øyvind Kolåsbabl: add R'G'B' u8 color space convertors
2017-09-03 Øyvind Kolåsbabl: make TRCs internal API
2017-09-03 Øyvind Kolåsbabl: add Rec2020 space
2017-09-03 Øyvind Kolåsbabl: make matrix+trc space detector generic
2017-09-03 Øyvind Kolåsbabl: abstract space duplicate detection
2017-09-03 Øyvind Kolåstools: follow constness change in icc parsing error...
2017-09-03 Øyvind Kolåsbabl: make error argument of babl_space_from_icc optional
2017-09-02 Øyvind Kolåsbabl: detect sRGB profiles from matrix
2017-09-02 Øyvind Kolåsbabl: indentation in trc
2017-09-02 Øyvind Kolåsbabl: move srgb detection to srgb_formula constructor
2017-09-02 Øyvind Kolåsbabl: fix overflow detection at end of luts
2017-09-02 Øyvind Kolåsbabl: implement interpolation for lut trcs
2017-09-02 Øyvind Kolåsbabl: icc implement ascii decoding of mluc
2017-09-02 Øyvind Kolåsbabl: add parametric handling for sRGB style TRCs ...
2017-09-02 Øyvind Kolåsbabl: use trcs own fun directly in early stages
2017-09-02 Øyvind Kolåstools: babl-icc-rewrite; abort with error message inste...
2017-09-02 Øyvind Kolåsbabl: use babl_malloc instead of misgided use of aligne...
2017-09-02 Jehanbabl: use _aligned_malloc() instead of aligned_alloc...
2017-09-01 Øyvind Kolåsbabl-icc: add support for some ICCv4 profiles
2017-09-01 Øyvind Kolåsbabl: move RGB space conversion code to babl-space.c
2017-09-01 Øyvind Kolåsbabl: make trcs capable of iterating buffers
2017-09-01 Øyvind Kolåsbabl: do one SSE2 memory load per pixel for color matri...
2017-09-01 Øyvind Kolåsbabl: add sse2 acceleration for color transform
2017-08-31 Øyvind Kolåsbabl: change MAX_BUFFER_SIZE to 512
2017-08-31 Øyvind Kolåsbabl: refactor matrix_mul_vector further towards SIMD
2017-08-31 Øyvind Kolåsbabl: register more RGB auto-converters for non-sRGB...
2017-08-31 Øyvind Kolåsbabl: use floating point version of srgb trc func
2017-08-31 Øyvind Kolåstools: add c program for validating TRC approximations
2017-08-31 Øyvind Kolåsreplace gamma approximations
2017-08-31 Øyvind Kolåsbabl: move trc functions inside babl-trc.c
2017-08-31 Øyvind Kolåsbabl: add separate functions for 1.8 and 2.2 gamma
2017-08-31 Øyvind Kolåsbabl: optimize powf and its use in u8tou8 internal...
2017-08-31 Øyvind Kolåsbabl: change how conversion computers (own) error
2017-08-31 Øyvind Kolåstools: babl-benchmark, print chosen paths
2017-08-31 Øyvind Kolåsbabl: include out own powf implementation
2017-08-30 Øyvind Kolåsreduce set of default RGB spaces
2017-08-30 Øyvind Kolåsextensions/gray: add const for rgbtoxyz matrix return
2017-08-30 Øyvind Kolåsbabl: only care about single precision for TRC
2017-08-30 Øyvind Kolåsbabl: make use of more direct trc dispatch in base
2017-08-30 Øyvind Kolåsextensions: more direct trc dispatch
2017-08-30 Øyvind Kolåsbabl: speed up trc dispatch
2017-08-30 Øyvind Kolåsbabl: silence cast warning
2017-08-30 Øyvind Kolåsbabl: add commented out u8 rgb to rgb converter
2017-08-30 Øyvind Kolåsbabl: register conversions between all RGB spaces
2017-08-30 Øyvind Kolåsbabl: add single precision cmm matrices
2017-08-30 Øyvind Kolåsbabl: on demand clone sRGB conversions
2017-08-30 Øyvind Kolåsextensions/CIE: use RGB space functions for xyz
2017-08-29 Øyvind Kolåsextensions/gimp-8bit: use RGB space TRCs
2017-08-29 Øyvind Kolåsextensions/float: use RGB space TRCs
2017-08-29 Øyvind Kolåsextensions/cairo: use RGB space trc functions
2017-08-29 Øyvind Kolåsbabl/babl-format: add formats with custom RGB spaces...
2017-08-29 Øyvind Kolåstools/babl-benchmark: exclude conversions to self from...
2017-08-28 Øyvind Kolåsbabl: move matrix code to new file babl-matrix.h
2017-08-26 Øyvind Kolåsbabl: remove unused babl_space_get_chromaticities
2017-08-25 Øyvind Kolåsbabl: make cache loading/parsing valgrind clean
2017-08-25 Øyvind Kolåsbabl: initialize used BablModel struct member data...
2017-08-24 Øyvind Kolåsbabl: iterate on public space/icc API
2017-08-23 Øyvind Kolåsbabl-icc: length of string in descr should include \0
2017-08-23 Edward Etools: Use rand when random is unavailable
2017-08-23 Øyvind Kolåsbabl-icc: detect 2.2 and 1.8 gammas LUTs
2017-08-23 Øyvind Kolåsbabl-icc: implement LUT TRC place holder code
2017-08-23 Øyvind Kolåsbabl-icc: detect sRGB LUT TRC and use babl's native...
2017-08-23 Øyvind Kolåsbabl-icc: implement reading and writing of LUTs for TRC
2017-08-23 Øyvind Kolåsbabl-icc: create struct for abstracting ICC file access
2017-08-22 Øyvind Kolåstools: add a tool for testing icc profile writing
2017-08-22 Øyvind Kolåsbabl-icc: change priority of way to get matrix
2017-08-22 Øyvind Kolåsbabl: add icc generator
2017-08-22 Øyvind Kolåsbabl: add babl-trc.h to Makefile.am
2017-08-22 Øyvind Kolåsbabl: remove lingering reference to rgb-constants.h...
next